All Questions
Tagged with graph-neural-networkmodel-evaluations
2 questions
0votes
0answers
140views
How to evaluate Light Graph Convolutional Networks (LightGCN) correctly on sparse binary data?
I implemented the LightGCN at work to recommend k items to users according to the TensorFlow implementation of Microsoft: https://github.com/microsoft/recommenders/blob/main/examples/...
1vote
0answers
36views
(Graph Convolutional Network (GCN) based recommender system maintenance issue [closed]
I have built an item-item recommender model using (Graph Convolutional Network (GCN) for an E-commerce website. Could you please help me with the maintenance of the model. How often should I retrain ...